Type alias: OutputWithCursor<TData, TCursor>
OutputWithCursor: <
TData
,TCursor
>object
Type parameters
Parameter | Default |
---|---|
TData | - |
TCursor | any |
Type declaration
cursor
cursor: TCursor
| null
data
data: TData
Source
packages/react-query/src/shared/hooks/types.ts:33
Generated using TypeDoc and typedoc-plugin-markdown